home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Interface / MD.000 / scripts / DefineButton2_187 / BUTTONCONDACTION on(press).as
Text File  |  2007-09-26  |  196b  |  6 lines

  1. on(press){
  2.    var tab = "\t";
  3.    var args = "_level0.answer" + tab + "EXCLAMATION" + tab + "OKONLY" + tab + "Aguarde, conectando" + tab + "DigeBrowser";
  4.    getURL("FSCommand:MsgBox",args);
  5. }
  6.